Home
last modified time | relevance | path

Searched refs:set_master (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/sound/aoa/core/
H A Dgpio-feature.c192 if (methods.set_master) in ftr_gpio_all_amps_off()
206 if (methods.set_master) in ftr_gpio_all_amps_restore()
249 methods.set_master = ftr_gpio_set_master; in ftr_gpio_init()
/OK3568_Linux_fs/kernel/sound/aoa/
H A Daoa-gpio.h36 void (*set_master)(struct gpio_runtime *rt, int on); member
/OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/
H A Dbackend.h29 void (*set_master)(void *ctx_cookie); member
H A Dcxl_hw.c162 .set_master = cxlflash_set_master,
H A Docxl_hw.c1381 .set_master = ocxlflash_set_master,
H A Dmain.c2034 cfg->ops->set_master(ctx); in init_mc()
/OK3568_Linux_fs/kernel/drivers/staging/media/zoran/
H A Dzoran_device.h46 extern void zoran_set_pci_master(struct zoran *zr, int set_master);
H A Dzoran_device.c957 void zoran_set_pci_master(struct zoran *zr, int set_master) in zoran_set_pci_master() argument
959 if (set_master) { in zoran_set_pci_master()
/OK3568_Linux_fs/kernel/sound/aoa/fabrics/
H A Dlayout.c911 if (codec->gpio->methods->set_master) { in layout_attached_codec()
/OK3568_Linux_fs/kernel/fs/dlm/
H A Dlock.c2709 static int set_master(struct dlm_rsb *r, struct dlm_lkb *lkb) in set_master() function
3233 error = set_master(r, lkb); in _request_lock()