/linux-4.1.27/drivers/media/pci/solo6x10/ |
D | solo6x10-tw28.c | 651 u8 val, chip_num; in tw28_get_video_status() local 654 chip_num = ch / 4; in tw28_get_video_status() 657 val = tw_readbyte(solo_dev, chip_num, TW286x_AV_STAT_ADDR, in tw28_get_video_status() 691 u8 chip_num; in tw28_set_ctrl_val() local 694 chip_num = ch / 4; in tw28_set_ctrl_val() 703 if (is_tw286x(solo_dev, chip_num)) { in tw28_set_ctrl_val() 705 TW_CHIP_OFFSET_ADDR(chip_num), in tw28_set_ctrl_val() 706 TW286x_SHARPNESS(chip_num)); in tw28_set_ctrl_val() 710 TW_CHIP_OFFSET_ADDR(chip_num), in tw28_set_ctrl_val() 711 TW286x_SHARPNESS(chip_num), v); in tw28_set_ctrl_val() [all …]
|
/linux-4.1.27/include/linux/ |
D | tpm.h | 49 extern int tpm_pcr_read(u32 chip_num, int pcr_idx, u8 *res_buf); 50 extern int tpm_pcr_extend(u32 chip_num, int pcr_idx, const u8 *hash); 51 extern int tpm_send(u32 chip_num, void *cmd, size_t buflen); 52 extern int tpm_get_random(u32 chip_num, u8 *data, size_t max); 54 static inline int tpm_pcr_read(u32 chip_num, int pcr_idx, u8 *res_buf) { in tpm_pcr_read() argument 57 static inline int tpm_pcr_extend(u32 chip_num, int pcr_idx, const u8 *hash) { in tpm_pcr_extend() argument 60 static inline int tpm_send(u32 chip_num, void *cmd, size_t buflen) { in tpm_send() argument 63 static inline int tpm_get_random(u32 chip_num, u8 *data, size_t max) { in tpm_get_random() argument
|
/linux-4.1.27/drivers/char/tpm/ |
D | tpm-chip.c | 43 struct tpm_chip *tpm_chip_find_get(int chip_num) in tpm_chip_find_get() argument 49 if (chip_num != TPM_ANY_NUM && chip_num != pos->dev_num) in tpm_chip_find_get()
|
D | tpm-interface.c | 679 int tpm_pcr_read(u32 chip_num, int pcr_idx, u8 *res_buf) in tpm_pcr_read() argument 684 chip = tpm_chip_find_get(chip_num); in tpm_pcr_read() 714 int tpm_pcr_extend(u32 chip_num, int pcr_idx, const u8 *hash) in tpm_pcr_extend() argument 720 chip = tpm_chip_find_get(chip_num); in tpm_pcr_extend() 804 int tpm_send(u32 chip_num, void *cmd, size_t buflen) in tpm_send() argument 809 chip = tpm_chip_find_get(chip_num); in tpm_send() 980 int tpm_get_random(u32 chip_num, u8 *out, size_t max) in tpm_get_random() argument 991 chip = tpm_chip_find_get(chip_num); in tpm_get_random()
|
D | tpm.h | 410 struct tpm_chip *tpm_chip_find_get(int chip_num);
|
/linux-4.1.27/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 704 BNX2FC_NAME, hba->chip_num, BNX2FC_VERSION, in bnx2fc_shost_config() 1677 strncpy(hba->chip_num, "BCM57710", BCM_CHIP_LEN); in bnx2fc_bind_pcidev() 1680 strncpy(hba->chip_num, "BCM57711", BCM_CHIP_LEN); in bnx2fc_bind_pcidev() 1685 strncpy(hba->chip_num, "BCM57712", BCM_CHIP_LEN); in bnx2fc_bind_pcidev() 1690 strncpy(hba->chip_num, "BCM57800", BCM_CHIP_LEN); in bnx2fc_bind_pcidev() 1695 strncpy(hba->chip_num, "BCM57810", BCM_CHIP_LEN); in bnx2fc_bind_pcidev() 1702 strncpy(hba->chip_num, "BCM57840", BCM_CHIP_LEN); in bnx2fc_bind_pcidev() 1715 hba->chip_num[0] = '\0'; in bnx2fc_unbind_pcidev()
|
D | bnx2fc.h | 248 char chip_num[BCM_CHIP_LEN]; member
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_vfpf.h | 169 u32 chip_num; member
|
D | bnx2x_vfpf.c | 363 bp->common.chip_id |= (bp->acquire_resp.pfdev_info.chip_num & 0xffff); in bnx2x_vfpf_acquire() 1186 resp->pfdev_info.chip_num = bp->common.chip_id; in bnx2x_vf_mbx_acquire_resp() 1234 resp->pfdev_info.chip_num, in bnx2x_vf_mbx_acquire_resp()
|
/linux-4.1.27/drivers/mtd/chips/ |
D | cfi_cmdset_0001.c | 2284 u_int chip_num, chip_step, field, reg_fact_size, reg_user_size; in cfi_intelext_otp_walk() local 2297 chip_num = 0; in cfi_intelext_otp_walk() 2306 chip_num = chip_step - 1; in cfi_intelext_otp_walk() 2310 for ( ; chip_num < cfi->numchips; chip_num += chip_step) { in cfi_intelext_otp_walk() 2311 chip = &cfi->chips[chip_num]; in cfi_intelext_otp_walk()
|
/linux-4.1.27/arch/tile/kernel/ |
D | hvglue_trace.c | 188 int, chip_num, int, chip_rev_num, int, client_pl)
|
/linux-4.1.27/security/keys/ |
D | trusted.c | 357 static int trusted_tpm_send(const u32 chip_num, unsigned char *cmd, in trusted_tpm_send() argument 363 rc = tpm_send(chip_num, cmd, buflen); in trusted_tpm_send()
|
/linux-4.1.27/arch/tile/include/hv/ |
D | hypervisor.h | 414 int chip_num, int chip_rev_num, int client_pl);
|